home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
game
/
think
/
MUIMineSrc.lha
/
MUIMineSource
/
MFstrings.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-11-14
|
273b
|
21 lines
#ifndef __MFSTRING_H
#define __MFSTRING_H
#define CATCOMP_NUMBERS
#undef CATCOMP_STRINGS
#undef CATCOMP_ARRAY
#include "MUIMineLocale.h"
/*
function prototypes
*/
void OpenStrings(void);
void CloseStrings(void);
STRPTR GetStr(LONG id);
#endif // __MFSTRINGS_H